PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class
Fields Methods


In This Topic
    PDFCosArray Class Members
    In This Topic

    The following tables list the members exposed by PDFCosArray.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the array.  
    Public MethodAdds the elements of the specified array to the end of this array.  
    Public MethodRemoves all elements from the array.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the element at the specified index.  
    Public MethodGets the element at the specified index as a booleanean.  
    Public MethodGets the element at the specified index as a COS array.  
    Public MethodGets the element at the specified index as a COS dictionary container.  
    Public MethodGets the element at the specified index as a COS dictionary.  
    Public MethodGets the element at the specified index as a COS indirect reference.  
    Public MethodGets the element at the specified index as a COS name.  
    Public MethodGets the element at the specified index as a COS number.  
    Public MethodGets the element at the specified index as a CO stream.  
    Public MethodGets the element at the specified index as a COS string.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the element at the specified index as a double.  
    Public MethodGets the element at the specified index as a string.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the object type. (Inherited from com.o2sol.pdf4java.core.cos.PDFCosObject)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire array.  
    Public MethodInserts an element into the array at the specified index.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.core.cos.PDFCosObject)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the number of elements actually contained in the array.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.core.cos.PDFCosObject)
    Public MethodRemoves the first occurrence of a specific object from the array.  
    Public MethodRemoves the element at the specified index of the array.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the element at the specified index.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.core.cos.PDFCosObject)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current object.  
    Top
    See Also